From: Chong Yidong Date: Fri, 25 May 2007 02:02:25 +0000 (+0000) Subject: (uncache_image): Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18729 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dbe3fc3ce244778338982032f050639f8b092940;p=emacs.git (uncache_image): Fix typo. --- diff --git a/src/image.c b/src/image.c index 6858675d9e4..11f4425136c 100644 --- a/src/image.c +++ b/src/image.c @@ -1639,7 +1639,7 @@ uncache_image (f, spec) Lisp_Object spec; { struct image_cache *c = FRAME_X_IMAGE_CACHE (f); - struct image *img = IMAGE_FROM_ID (f, lookup_image (f, spec)); + struct image *img; unsigned hash = sxhash (spec, 0); int i = hash % IMAGE_CACHE_BUCKETS_SIZE;